CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法 车辆路径

搜索资源列表

  1. 遗传算法tsp

    2下载:
  2. 用matlab编写的GA求解vrp-车辆路径问题程序!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-08-22
    • 文件大小:2959
    • 提供者:fch407@126.com
  1. GAmatlab.rar

    1下载:
  2. 利用遗传算法,上线车辆路径的优化。采用了matlab编程,对于初学遗传算法,和matlab的用户,是很适用的,The use of genetic algorithms, on-line vehicle routing optimization. Use of matlab programming, genetic algorithm for the beginner, and matlab users, is very applicable
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-10-22
    • 文件大小:9631
    • 提供者:xulei
  1. GA_only-mutation

    1下载:
  2. 遗传算法解决车辆路径问题,用matlab解答,可以直接运行-Genetic algorithm can solve the vehicle routing problem
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2034
    • 提供者:虾米
  1. GATraveller

    0下载:
  2. 遗传算法解车辆路径问题,解压即可运行,不需要密码-Genetic Algorithm for Vehicle Routing Problem, decompression can be run without a password
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:220517
    • 提供者:Jewel
  1. matlabforVRP

    2下载:
  2. 解决车辆路径问题的MATLAB代码,经过测试可以使用。算法采用遗传算法,对于写人工智能领域的相关论文有很大的帮助-Solve the vehicle routing problem with the MATLAB code that can be used after testing. Algorithm using genetic algorithms, artificial intelligence for the written papers of great help
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-20
    • 文件大小:6693
    • 提供者:ly
  1. r01

    0下载:
  2. 遗传算法车辆应急调度, C语言版本 ,产生随机车辆行驶路径。 -Emergency vehicles, scheduling genetic algorithm, C language to generate random traffic paths.
  3. 所属分类:transportation applications

    • 发布日期:2017-04-03
    • 文件大小:3351
    • 提供者:王辉
  1. geneticalgorithmandsimulatedannealingalgorithm

    1下载:
  2. 建立了多约束条件车辆路径问题的数学模型和求解流程先采用最近插入法生成初始解然后基于遗传算法和模拟退火算法改进初始解-The establishment of a multi-vehicle routing problem with constraint model and solution process first insertion generated by the recent initial solution and based on genetic algorithm and simu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:175130
    • 提供者:lsylsy
  1. Genetic_Algorithm_for_vehicle_routing_problem

    1下载:
  2. 遗传算法解决车辆路径问题,希望对大家有所帮助。-Genetic Algorithm for vehicle routing problem, we want to help.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-06-09
    • 文件大小:28669
    • 提供者:陈波
  1. 基于遗传算法的matlab语言车辆路径问题

    3下载:
  2. 车辆路线问题(VRP)最早是由Dantzig和Ramser于1959年首次提出,它是指一定数量的客户,各自有不同数量的货物需求,配送中心向客户提供货物,由一个车队负责分送货物,组织适当的行车路线,目标是使得客户的需求得到满足,并能在一定的约束下,达到诸如路程最短、成本最小、耗费时间最少等目的。(The vehicle routing problem (VRP) was first proposed by Dantzig and Ramser in 1959, it refers to a cer
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:niada
  1. 遗传算法求解VRP问题的技术报告

    1下载:
  2. 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:96256
    • 提供者:阿雨
  1. 64142411VRP

    0下载:
  2. 本算法采用了基于蚁群算法的遗传算法对车辆进行调度,车辆能够找到最优路径,实现最短时间调度,实验验证了算法良好。(The algorithm uses a genetic algorithm based on ant colony algorithm to schedule the vehicle the vehicle can find the optimal path to achieve the shortest time scheduling experiments show that t
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:张丫丫yes
  1. VRPTW修改

    7下载:
  2. 车辆路径规划;遗传算法;matlab代码(Vehicle routing problem based on optimum maturation time method)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:45056
    • 提供者:浅笑2587
  1. 遗传算法VRP

    5下载:
  2. 本资料解决带有时间窗的车辆路径问题,希望与大家进行分享与交流。(The problem of vehicle routing with time windows is solved.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:5120
    • 提供者:lxpshidameinv
  1. 简单vrp实例代码 保证可用

    2下载:
  2. 基于遗传算法的车辆路径问题求解。本文件夹奥阔修改后的遗传算法实例代码 保证可用 (适合初学者和小白)(The problem of vehicle routing problem based on genetic algorithm is solved. This folder Aokuo modified genetic algorithm code examples to ensure that available (for beginners and white))
  3. 所属分类:文章/文档

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:西瓜331
  1. VRP

    1下载:
  2. VRP,遗传算法的路径优化问题,车辆调度问题的MATLAB实现(VRP,Path optimization problem of genetic algorithm,MATLAB implementation of vehicle scheduling problem.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:iqisgnaw
  1. 多种群遗传算法的函数优化算法

    2下载:
  2. 车辆路径问题VRP的matlab编程,里面包含距离矩阵和适应度函数和交叉,多种群遗传算法的程序(progrmming of vehicle routing problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-10
    • 文件大小:5120
    • 提供者:八戒不吃鱼
  1. 车辆路径问题概念、模型与算法(五星推荐).pdf

    1下载:
  2. VRP 带软时间窗口的源码,遗传算法,车辆调度(VRP with time windows)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-10
    • 文件大小:5103616
    • 提供者:crash_wu
  1. 遗传?1

    3下载:
  2. 遗传算法求解vrp问题,单场库,多车型,实现车辆路径的选择,可用(Genetic algorithm can solve VRP Problem.)
  3. 所属分类:Windows编程

    • 发布日期:2020-04-09
    • 文件大小:21504
    • 提供者:fe1yang
  1. 遗传算法解决车辆路径问题

    3下载:
  2. 采用遗传算法针对汽车的路径规划进行优化(Genetic algorithm is used to optimize the path planning of automobiles)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-04-10
    • 文件大小:27648
    • 提供者:zzc111
  1. 遗传模拟退火算法求解TSP问题matlab代码

    3下载:
  2. 解决车辆路径问题,改进的模拟退火和遗传算法,全面详细,适用于解决VRP问题和物流车辆规划(To solve the vehicle routing problem, the improved simulated annealing and genetic algorithm, comprehensive and detailed, suitable for solving VRP problems and logistics vehicle planning)
  3. 所属分类:Windows编程

    • 发布日期:2021-02-20
    • 文件大小:11264
    • 提供者:hayjao2020
« 12 3 4 5 6 »
搜珍网 www.dssz.com